emacs.git
12 years ago* lisp/ielm.el (inferior-emacs-lisp-mode): Instead of
Dmitry Gutov [Mon, 10 Feb 2014 02:53:15 +0000 (04:53 +0200)]
* lisp/ielm.el (inferior-emacs-lisp-mode): Instead of
`comment-use-global-state', set `comment-use-syntax'.

12 years ago* text.texi (User-Level Deletion): Document `delete-trailing-whitespace'.
Lars Ingebrigtsen [Mon, 10 Feb 2014 02:37:43 +0000 (18:37 -0800)]
* text.texi (User-Level Deletion): Document `delete-trailing-whitespace'.

12 years ago* lisp/emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
Glenn Morris [Mon, 10 Feb 2014 01:38:56 +0000 (17:38 -0800)]
* lisp/emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.

12 years ago* lisp/emacs-lisp/lisp-mnt.el: Undocument "FSF" maintainer in commentary.
Glenn Morris [Mon, 10 Feb 2014 01:37:11 +0000 (17:37 -0800)]
* lisp/emacs-lisp/lisp-mnt.el: Undocument "FSF" maintainer in commentary.

12 years agoReplace "Maintainer: FSF" with the emacs-devel mailing address
Glenn Morris [Mon, 10 Feb 2014 01:34:22 +0000 (17:34 -0800)]
Replace "Maintainer: FSF" with the emacs-devel mailing address

12 years agoFix c-invalidate-state-cache on narrowed buffers.
Alan Mackenzie [Sun, 9 Feb 2014 12:34:25 +0000 (12:34 +0000)]
Fix c-invalidate-state-cache on narrowed buffers.
progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out): Widen when
setting and clearing the CPP delimiter properties.

12 years agoAuto-commit of loaddefs files.
Glenn Morris [Sun, 9 Feb 2014 11:23:00 +0000 (06:23 -0500)]
Auto-commit of loaddefs files.

12 years ago* cmds.c (Fself_insert_command): Output a clearer error message on negative repetitions.
Lars Ingebrigtsen [Sun, 9 Feb 2014 06:32:30 +0000 (22:32 -0800)]
* cmds.c (Fself_insert_command): Output a clearer error message on negative repetitions.

12 years ago* text.texi (Changing Properties): Clarify `propertize'.
Lars Ingebrigtsen [Sun, 9 Feb 2014 06:14:08 +0000 (22:14 -0800)]
* text.texi (Changing Properties): Clarify `propertize'.

12 years ago* help.el (describe-bindings): Doc fix.
Lars Ingebrigtsen [Sun, 9 Feb 2014 06:01:33 +0000 (22:01 -0800)]
* help.el (describe-bindings): Doc fix.

12 years ago(save-buffer): Clarify the 0 argument (bug#10346).
Lars Ingebrigtsen [Sun, 9 Feb 2014 05:32:41 +0000 (21:32 -0800)]
(save-buffer): Clarify the 0 argument (bug#10346).

12 years ago* files.el (save-buffer): Use ARG as the parameter name for consistency
Lars Ingebrigtsen [Sun, 9 Feb 2014 05:30:41 +0000 (21:30 -0800)]
* files.el (save-buffer): Use ARG as the parameter name for consistency

12 years ago* display.texi (Blinking): Clarify doc string in example.
Lars Ingebrigtsen [Sun, 9 Feb 2014 05:20:54 +0000 (21:20 -0800)]
* display.texi (Blinking): Clarify doc string in example.

12 years ago(custom-sort-items): Doc fix (bug#11121).
Lars Ingebrigtsen [Sun, 9 Feb 2014 05:05:06 +0000 (21:05 -0800)]
(custom-sort-items): Doc fix (bug#11121).

12 years ago(custom-buffer-create): Doc fix.
Lars Ingebrigtsen [Sun, 9 Feb 2014 05:00:37 +0000 (21:00 -0800)]
(custom-buffer-create): Doc fix.

12 years ago* cus-edit.el (customize-apropos): Fix error string.
Lars Ingebrigtsen [Sun, 9 Feb 2014 04:57:28 +0000 (20:57 -0800)]
* cus-edit.el (customize-apropos): Fix error string.

12 years ago* message.el (message-tab): Mention what happens on normal tabs
Lars Ingebrigtsen [Sun, 9 Feb 2014 04:37:38 +0000 (20:37 -0800)]
* message.el (message-tab): Mention what happens on normal tabs
(bug#11297).

12 years ago* dired-aux.el (dired-copy-file-recursive): Remove slighly misleading comment.
Lars Ingebrigtsen [Sun, 9 Feb 2014 04:30:00 +0000 (20:30 -0800)]
* dired-aux.el (dired-copy-file-recursive): Remove slighly misleading comment.

12 years ago* NEWS: Mention all the Apropos face options that have been removed.
Lars Ingebrigtsen [Sun, 9 Feb 2014 04:24:02 +0000 (20:24 -0800)]
* NEWS: Mention all the Apropos face options that have been removed.

12 years ago(Quitting): Refer to the right node for `set-input-mode' (bug#11458).
Lars Ingebrigtsen [Sun, 9 Feb 2014 04:19:52 +0000 (20:19 -0800)]
(Quitting): Refer to the right node for `set-input-mode' (bug#11458).

12 years ago* repeat.el (repeat-message-function): Doc fix
Lars Ingebrigtsen [Sun, 9 Feb 2014 03:54:05 +0000 (19:54 -0800)]
* repeat.el (repeat-message-function): Doc fix

12 years ago* repeat.el (repeat-message-function): Reword doc slightly.
Lars Ingebrigtsen [Sun, 9 Feb 2014 03:51:23 +0000 (19:51 -0800)]
* repeat.el (repeat-message-function): Reword doc slightly.

12 years ago(icomplete-simple-completing-p): Mention the previous variable.
Lars Ingebrigtsen [Sun, 9 Feb 2014 03:49:02 +0000 (19:49 -0800)]
(icomplete-simple-completing-p): Mention the previous variable.

12 years ago* icomplete.el (icomplete-with-completion-tables): Doc fix.
Lars Ingebrigtsen [Sun, 9 Feb 2014 03:47:11 +0000 (19:47 -0800)]
* icomplete.el (icomplete-with-completion-tables): Doc fix.

12 years ago* dired.texi (Hiding Subdirectories): Mention the node for deleting subdirectories.
Lars Ingebrigtsen [Sun, 9 Feb 2014 03:38:18 +0000 (19:38 -0800)]
* dired.texi (Hiding Subdirectories): Mention the node for deleting subdirectories.

12 years ago* font-lock.el (font-lock-value-in-major-mode): Doc fix
Lars Ingebrigtsen [Sun, 9 Feb 2014 03:25:19 +0000 (19:25 -0800)]
* font-lock.el (font-lock-value-in-major-mode): Doc fix

Clarify the meaning of the parameter.

12 years ago(backup-inhibited): Doc clarification
Lars Ingebrigtsen [Sun, 9 Feb 2014 03:02:45 +0000 (19:02 -0800)]
(backup-inhibited): Doc clarification

12 years ago(locate-file): Suffixes aren't returned, so don't say that they are
Lars Ingebrigtsen [Sun, 9 Feb 2014 02:58:24 +0000 (18:58 -0800)]
(locate-file): Suffixes aren't returned, so don't say that they are

12 years ago* files.el (find-file-noselect): Clarify prompt when changing readedness.
Lars Ingebrigtsen [Sun, 9 Feb 2014 02:44:25 +0000 (18:44 -0800)]
* files.el (find-file-noselect): Clarify prompt when changing readedness.

12 years ago* dired.el (dired-internal-do-deletions) messaging fixup
Lars Ingebrigtsen [Sun, 9 Feb 2014 02:19:15 +0000 (18:19 -0800)]
* dired.el (dired-internal-do-deletions) messaging fixup

* dired.el (dired-internal-do-deletions): Don't say "Deleting..."
before we actually start to delete things.

12 years agoDocument the `event-start' and `event-end' functions more completely
Lars Ingebrigtsen [Sun, 9 Feb 2014 02:13:23 +0000 (18:13 -0800)]
Document the `event-start' and `event-end' functions more completely

* doc/lispref/commands.texi (Accessing Mouse): Mention that these function
also work on keyboard events.

* lisp/subr.el (event-start): Doc fix (bug#14228).
(event-end): Ditto.

12 years agoDoc for subword, superword modes
Glenn Morris [Sun, 9 Feb 2014 02:08:17 +0000 (18:08 -0800)]
Doc for subword, superword modes

* doc/emacs/programs.texi (MixedCase Words): Rename node from "Glasses".
Move Subword mode here from "Other C Commands" node.
(Misc for Programs): Mention Superword mode.

* doc/emacs/emacs.texi: Update menu.

* etc/NEWS: Related markup.

12 years ago* macros.c (Fexecute_kbd_macro): Doc fix.
Lars Ingebrigtsen [Sun, 9 Feb 2014 01:48:47 +0000 (17:48 -0800)]
* macros.c (Fexecute_kbd_macro): Doc fix.

12 years ago* lisp/emacs-lisp/warnings.el (lwarn): Empower help-enable-auto-load.
Glenn Morris [Sun, 9 Feb 2014 00:20:12 +0000 (16:20 -0800)]
* lisp/emacs-lisp/warnings.el (lwarn): Empower help-enable-auto-load.

12 years agoFixes: debbugs:16690
Andreas Schwab [Sat, 8 Feb 2014 23:01:45 +0000 (00:01 +0100)]
Fixes: debbugs:16690
* vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.

12 years ago* net/tramp-sh.el (tramp-sh-handle-start-file-process):
Michael Albinus [Sat, 8 Feb 2014 13:35:15 +0000 (14:35 +0100)]
* net/tramp-sh.el (tramp-sh-handle-start-file-process):
Insert output at end of buffer.  (Bug#16120)

12 years ago(execute-extended-command): Clarify doc string (bug#13373).
Lars Ingebrigtsen [Sat, 8 Feb 2014 13:13:46 +0000 (05:13 -0800)]
(execute-extended-command): Clarify doc string (bug#13373).

12 years ago* regs.texi (File Registers): Clarify metasyntactical variables.
Lars Ingebrigtsen [Sat, 8 Feb 2014 13:04:39 +0000 (05:04 -0800)]
* regs.texi (File Registers): Clarify metasyntactical variables.

12 years ago* simple.el (choose-completion-string-functions): Document fix.
Lars Ingebrigtsen [Sat, 8 Feb 2014 12:46:09 +0000 (04:46 -0800)]
* simple.el (choose-completion-string-functions): Document fix.
New calling convention.

12 years ago* kmacro.el (kmacro-exec-ring-item): Doc fix.
Lars Ingebrigtsen [Sat, 8 Feb 2014 12:34:52 +0000 (04:34 -0800)]
* kmacro.el (kmacro-exec-ring-item): Doc fix.

12 years ago(find-grep-dired): Doc fix (bug#14288).
Lars Ingebrigtsen [Sat, 8 Feb 2014 11:09:10 +0000 (03:09 -0800)]
(find-grep-dired): Doc fix (bug#14288).

12 years ago* find-dired.el (find-name-dired): Doc fix.
Lars Ingebrigtsen [Sat, 8 Feb 2014 11:06:33 +0000 (03:06 -0800)]
* find-dired.el (find-name-dired): Doc fix.

12 years agoFix bug #14762 with insufficient and outdated w32 installation documentation.
Eli Zaretskii [Sat, 8 Feb 2014 10:25:33 +0000 (12:25 +0200)]
Fix bug #14762 with insufficient and outdated w32 installation documentation.

 nt/INSTALL: Update for Emacs 24.4.
 nt/README: Update for Emacs 24.4.
 nt/README.W32: Update and improve instructions.

12 years ago* lisp/isearch.el (isearch-quote-char): Check character validity like in `quoted...
Juri Linkov [Sat, 8 Feb 2014 10:20:45 +0000 (12:20 +0200)]
* lisp/isearch.el (isearch-quote-char): Check character validity like in `quoted-insert'.

12 years ago* files.el (find-file-visit-truename): Doc clarification (bug#14697).
Lars Ingebrigtsen [Sat, 8 Feb 2014 06:58:15 +0000 (22:58 -0800)]
* files.el (find-file-visit-truename): Doc clarification (bug#14697).

12 years ago* isearch.el (isearch-cmds): Doc clarification.
Lars Ingebrigtsen [Sat, 8 Feb 2014 06:56:18 +0000 (22:56 -0800)]
* isearch.el (isearch-cmds): Doc clarification.

12 years ago* search.texi (Search Case) doc tweak
Lars Ingebrigtsen [Sat, 8 Feb 2014 06:51:42 +0000 (22:51 -0800)]
* search.texi (Search Case) doc tweak

* search.texi (Search Case): Rearrange text slightly to make it
obvious that `M-c' also toggles sensitivity if `case-fold-search'
is nil.

12 years ago* README.W32: Say what GnuTLS and libxml2 does.
Lars Ingebrigtsen [Sat, 8 Feb 2014 06:36:11 +0000 (22:36 -0800)]
* README.W32: Say what GnuTLS and libxml2 does.

12 years ago* simple.el (line-move): Document utility function used many
Lars Ingebrigtsen [Sat, 8 Feb 2014 06:28:12 +0000 (22:28 -0800)]
* simple.el (line-move): Document utility function used many
places in the Emacs sources.

12 years ago(dired-up-directory): Doc fix (bug#14848).
Lars Ingebrigtsen [Sat, 8 Feb 2014 06:20:17 +0000 (22:20 -0800)]
(dired-up-directory): Doc fix (bug#14848).

12 years ago(dired-prev-marked-file): Doc fix (bug#14855).
Lars Ingebrigtsen [Sat, 8 Feb 2014 06:16:23 +0000 (22:16 -0800)]
(dired-prev-marked-file): Doc fix (bug#14855).

12 years ago* dired.el (dired-mode-map): Make :help text more accurate.
Lars Ingebrigtsen [Sat, 8 Feb 2014 06:10:22 +0000 (22:10 -0800)]
* dired.el (dired-mode-map): Make :help text more accurate.

12 years ago* display.texi (Face Attributes): Add an index.
Lars Ingebrigtsen [Sat, 8 Feb 2014 05:32:54 +0000 (21:32 -0800)]
* display.texi (Face Attributes): Add an index.

12 years ago* minibuffer.el (read-file-name): Doc clarification.
Lars Ingebrigtsen [Sat, 8 Feb 2014 05:15:31 +0000 (21:15 -0800)]
* minibuffer.el (read-file-name): Doc clarification.

12 years ago* syntax.c (Fskip_syntax_backward): Doc clarification.
Lars Ingebrigtsen [Sat, 8 Feb 2014 05:12:47 +0000 (21:12 -0800)]
* syntax.c (Fskip_syntax_backward): Doc clarification.

12 years ago* files.el (file-relative-name): Doc fix.
Lars Ingebrigtsen [Sat, 8 Feb 2014 04:53:52 +0000 (20:53 -0800)]
* files.el (file-relative-name): Doc fix.

12 years ago* fringe.el (fringe-styles): Doc fix.
Lars Ingebrigtsen [Sat, 8 Feb 2014 04:40:26 +0000 (20:40 -0800)]
* fringe.el (fringe-styles): Doc fix.

12 years ago* minibuf.c (Fread_string): Doc clarification.
Lars Ingebrigtsen [Sat, 8 Feb 2014 04:23:25 +0000 (20:23 -0800)]
* minibuf.c (Fread_string): Doc clarification.

12 years ago* isearch.el (isearch-filter-predicate): Documentation typo fix
Lars Ingebrigtsen [Sat, 8 Feb 2014 04:14:16 +0000 (20:14 -0800)]
* isearch.el (isearch-filter-predicate): Documentation typo fix

12 years ago* buffer.c (Fmake_overlay): Doc clarification.
Lars Ingebrigtsen [Sat, 8 Feb 2014 04:11:52 +0000 (20:11 -0800)]
* buffer.c (Fmake_overlay): Doc clarification.

12 years ago* info-look.el (info-lookup-symbol): Document MODE.
Lars Ingebrigtsen [Sat, 8 Feb 2014 04:10:02 +0000 (20:10 -0800)]
* info-look.el (info-lookup-symbol): Document MODE.

12 years ago* isearch.el (isearch-cmds): Doc clarification.
Lars Ingebrigtsen [Sat, 8 Feb 2014 04:02:37 +0000 (20:02 -0800)]
* isearch.el (isearch-cmds): Doc clarification.

12 years ago* src/keyboard.c (Frecursive_edit): Fix typo in docstring.
Juanma Barranquero [Sat, 8 Feb 2014 04:02:16 +0000 (05:02 +0100)]
* src/keyboard.c (Frecursive_edit): Fix typo in docstring.

12 years ago* replace.el (replace-match-maybe-edit): Doc clarification.
Lars Ingebrigtsen [Sat, 8 Feb 2014 03:55:27 +0000 (19:55 -0800)]
* replace.el (replace-match-maybe-edit): Doc clarification.

12 years ago* doc/lispref/keymaps.texi (Menu Bar): Minor clarification.
Lars Ingebrigtsen [Sat, 8 Feb 2014 03:46:53 +0000 (19:46 -0800)]
* doc/lispref/keymaps.texi (Menu Bar): Minor clarification.

* src/xdisp.c (syms_of_xdisp): Doc clarification (bug#15657).

12 years ago* subr.el (add-to-list): Refill the paragraphs.
Lars Ingebrigtsen [Sat, 8 Feb 2014 03:37:57 +0000 (19:37 -0800)]
* subr.el (add-to-list): Refill the paragraphs.

12 years ago* keyboard.c (Frecursive_edit): Say more precicely how throwing `exit' works.
Lars Ingebrigtsen [Sat, 8 Feb 2014 03:29:47 +0000 (19:29 -0800)]
* keyboard.c (Frecursive_edit): Say more precicely how throwing `exit' works.

12 years ago* macros.el (insert-kbd-macro): Doc fix.
Lars Ingebrigtsen [Sat, 8 Feb 2014 03:03:50 +0000 (19:03 -0800)]
* macros.el (insert-kbd-macro): Doc fix.

12 years ago* lisp/help-fns.el (describe-variable):
Glenn Morris [Sat, 8 Feb 2014 02:55:04 +0000 (21:55 -0500)]
* lisp/help-fns.el (describe-variable):
Check {file,dir}-local-variables-alist, and buffer-file-name,
in the correct buffer.

This seems to have Just Worked in 24.3 - when and why did it change?

12 years ago* frames.texi (Mouse Commands): Clarify `mouse-yank-at-click'.
Lars Ingebrigtsen [Sat, 8 Feb 2014 02:41:20 +0000 (18:41 -0800)]
* frames.texi (Mouse Commands): Clarify `mouse-yank-at-click'.

12 years ago* help-fns.el (describe-variable): Fix case where value is directory-local
Ingo Lohmar [Sat, 8 Feb 2014 02:18:31 +0000 (21:18 -0500)]
* help-fns.el (describe-variable): Fix case where value is directory-local
with no dir-locals file.

12 years agoauth-sources doc fixes
Glenn Morris [Sat, 8 Feb 2014 02:07:55 +0000 (21:07 -0500)]
auth-sources doc fixes

* doc/misc/auth.texi (GnuPG and EasyPG Assistant Configuration):
Be agnostic about authinfo/authinfo.gpg default order.

* lisp/gnus/auth-source.el (auth-sources): Doc fix.

12 years ago* lisp/abbrev.el (edit-abbrevs-mode): Derive from fundamental-mode.
Glenn Morris [Sat, 8 Feb 2014 01:26:13 +0000 (20:26 -0500)]
* lisp/abbrev.el (edit-abbrevs-mode): Derive from fundamental-mode.

12 years agoRemove superfluous argument.
Michael Albinus [Fri, 7 Feb 2014 15:56:15 +0000 (16:56 +0100)]
Remove superfluous argument.

12 years ago* automated/tramp-tests.el (tramp-test26-process-file): Improve test.
Michael Albinus [Fri, 7 Feb 2014 15:47:18 +0000 (16:47 +0100)]
* automated/tramp-tests.el (tramp-test26-process-file): Improve test.
(tramp-test27-start-file-process): Use "_p" as argument of lambda.
(tramp-test28-shell-command): Improve `shell-command' test.  Add
`async-shell-command' tests.

12 years ago* lisp/simple.el (quoted-insert): Check character validity (bug#16677).
Juanma Barranquero [Fri, 7 Feb 2014 11:13:31 +0000 (12:13 +0100)]
* lisp/simple.el (quoted-insert): Check character validity (bug#16677).

12 years agoIn window_resize_apply adjust margin width, if necessary (Bug#16649).
martin rudalics [Fri, 7 Feb 2014 10:55:28 +0000 (11:55 +0100)]
In window_resize_apply adjust margin width, if necessary (Bug#16649).

* window.c (window_resize_apply): Adjust margin width, if necessary.

12 years agoConstrain window body sizes.
martin rudalics [Fri, 7 Feb 2014 10:03:10 +0000 (11:03 +0100)]
Constrain window body sizes.

* window.c (window_body_height, window_body_width): Don't return
negative value.

12 years agoConstrain window box sizes (Bug#16649).
martin rudalics [Fri, 7 Feb 2014 09:32:15 +0000 (10:32 +0100)]
Constrain window box sizes (Bug#16649).

* xdisp.c (window_box_width): Don't return less than zero.
(window_box_left_offset, window_box_right_offset): Don't return
more than the window's pixel width.

12 years ago* lisp/desktop.el (desktop-read): Claim the lock when the owner is not the current...
Juri Linkov [Fri, 7 Feb 2014 07:58:10 +0000 (09:58 +0200)]
* lisp/desktop.el (desktop-read): Claim the lock when the owner is not the current process.

12 years ago* lisp/desktop.el (desktop-buffers-not-to-save): Change default from nil to "\\` ".
Juri Linkov [Fri, 7 Feb 2014 07:51:56 +0000 (09:51 +0200)]
* lisp/desktop.el (desktop-buffers-not-to-save): Change default from nil to "\\` ".

12 years ago* lisp/desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
Juri Linkov [Fri, 7 Feb 2014 07:44:29 +0000 (09:44 +0200)]
* lisp/desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
when enabling, and `desktop-auto-save-cancel-timer' when disabling.
(desktop-auto-save-cancel-timer): New function with some code from
`desktop-auto-save-set-timer'.
(after-init-hook): Don't call `desktop-auto-save-set-timer'.
Instead of setting `desktop-save-mode' to nil, call
`desktop-save-mode' with arg 0.

12 years agoSome hi-lock doc
Glenn Morris [Fri, 7 Feb 2014 07:18:02 +0000 (23:18 -0800)]
Some hi-lock doc

* doc/emacs/display.texi (Highlight Interactively):
Mention hi-lock-auto-select-face.

* lisp/hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
(hi-lock-face-buffer, hi-lock-face-phrase-buffer)
(hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.

* etc/NEWS: Related edits.

12 years ago* doc/emacs/anti.texi (Antinews): Fix typo.
Glenn Morris [Fri, 7 Feb 2014 07:13:21 +0000 (23:13 -0800)]
* doc/emacs/anti.texi (Antinews): Fix typo.

12 years ago* src/nsterm.m (syms_of_nsterm): Doc fix.
Glenn Morris [Fri, 7 Feb 2014 03:25:52 +0000 (19:25 -0800)]
* src/nsterm.m (syms_of_nsterm): Doc fix.

It is not necessary to say "default is..." since there are standard
mechanisms for displaying that information.

12 years ago"Use instead" obsolescence messages should end with "."
Glenn Morris [Fri, 7 Feb 2014 03:23:46 +0000 (19:23 -0800)]
"Use instead" obsolescence messages should end with "."

12 years agoMove iswitchb.el to obsolete/
Glenn Morris [Fri, 7 Feb 2014 03:22:34 +0000 (19:22 -0800)]
Move iswitchb.el to obsolete/

Ref: http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00501.html

* lisp/obsolete/iswitchb.el: Move to obsolete/.

* lisp/simple.el (iswitchb-mode): Add manual autoloads to ease transition,
since obsolete/ is not scanned for autoloads.

* lisp/emacs-lisp/authors.el (authors-valid-file-names):
Add iswitchb.el.

* doc/emacs/ack.texi (Acknowledgments): No longer mention obsolete files.

* doc/misc/viper.texi (File and Buffer Handling): Prefer ido to iswitchb.

* etc/NEWS: Related edits.

12 years ago* etc/TODO: Remove refs to obsolete files.
Glenn Morris [Fri, 7 Feb 2014 03:19:39 +0000 (19:19 -0800)]
* etc/TODO: Remove refs to obsolete files.

12 years ago* lisp/obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
Glenn Morris [Fri, 7 Feb 2014 03:14:56 +0000 (19:14 -0800)]
* lisp/obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
Disable now non-functional find-file-hook.

Maybe somebody had (require 'meese) in their init file...
If patcomp.el can live on in obsolete/, so can this.

12 years agoChangeLog fix
Glenn Morris [Fri, 7 Feb 2014 03:07:07 +0000 (19:07 -0800)]
ChangeLog fix

12 years agolisp/gnus/ietf-drums.el (ietf-drums-parse-address): Don't bug out when called with...
Lars Ingebrigtsen [Fri, 7 Feb 2014 03:06:44 +0000 (03:06 +0000)]
lisp/gnus/ietf-drums.el (ietf-drums-parse-address): Don't bug out when called with an empty string

12 years agoGrammar bug fixes from CEDET upstream.
David Engster [Thu, 6 Feb 2014 20:57:24 +0000 (21:57 +0100)]
Grammar bug fixes from CEDET upstream.

* grammars/c.by (function-pointer): Correctly deal with anonymous
function pointers.
(opt-brackets-after-symbol): New.
(multi-stage-dereference): Use it.  Add rules for explicit
matching the last dereference.

12 years agoSpelling fix.
Paul Eggert [Thu, 6 Feb 2014 18:29:57 +0000 (10:29 -0800)]
Spelling fix.

12 years agoAnother fix for handling of file names on Windows 9X.
Eli Zaretskii [Thu, 6 Feb 2014 15:27:46 +0000 (17:27 +0200)]
Another fix for handling of file names on Windows 9X.

 src/w32.c (pMultiByteToWideChar, pWideCharToMultiByte): New
 variables: pointers through which to call the respective APIs.
 (filename_to_utf16, filename_from_utf16, filename_to_ansi)
 (filename_from_ansi, sys_link, check_windows_init_file): Call
 MultiByteToWideChar and WideCharToMultiByte through pointers.
 This is required on Windows 9X, where we dynamically load
 UNICOWS.DLL which has their non-stub implementations.
 (maybe_load_unicows_dll): Assign addresses to these 2 function
 pointers after loading UNICOWS.DLL.
 src/w32fns.c (Fx_file_dialog, Fw32_shell_execute) [!CYGWIN]: Call
 MultiByteToWideChar and WideCharToMultiByte through function
 pointers.
 src/w32.h (pMultiByteToWideChar, pWideCharToMultiByte): New
 declarations.

12 years ago* net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
Michael Albinus [Thu, 6 Feb 2014 08:49:34 +0000 (09:49 +0100)]
* net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
instead of ";" in order to avoid additional prompts.  Let heredoc
scripts read from tty.  (Bug#16582)
(tramp-send-command): No special handling of heredocs, it isn't
necessary anymore.

12 years ago* NEWS copyedits
Glenn Morris [Thu, 6 Feb 2014 08:39:18 +0000 (00:39 -0800)]
* NEWS copyedits

12 years ago* nsterm.m (toggleFullScreen:): Hide menubar on secondary monitor
Jan Djärv [Thu, 6 Feb 2014 07:57:53 +0000 (08:57 +0100)]
* nsterm.m (toggleFullScreen:): Hide menubar on secondary monitor
for OSX >= 10.9 if separate spaces are used.
(toggleFullScreen:): Use screen of w instead of fw.

12 years agolisp/gnus/gnus-msg.el (gnus-summary-cancel-article): Allow cancelling articles that...
Lars Ingebrigtsen [Thu, 6 Feb 2014 05:43:50 +0000 (05:43 +0000)]
lisp/gnus/gnus-msg.el (gnus-summary-cancel-article): Allow cancelling articles that have a differing From address (bug#10808)

12 years ago* lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
Stefan Monnier [Thu, 6 Feb 2014 05:37:23 +0000 (00:37 -0500)]
* lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
with a space.  Limit the symbols considered to the ones
that are bound or fbound (bug#16646).

12 years agoDoc changes for cache-long-scans
Glenn Morris [Thu, 6 Feb 2014 04:27:26 +0000 (20:27 -0800)]
Doc changes for cache-long-scans

Ref: http://debbugs.gnu.org/15797#65

* doc/lispref/display.texi (Truncation):
* doc/lispref/positions.texi (Screen Lines): Do not mention cache-long-scans.

* src/buffer.c (cache-long-scans): Doc fix.

* etc/NEWS: Related edit.